projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8f8e7
)
Fix a minor typo
author
Severen Redwood
<severen.redwood@gmail.com>
Sat, 30 Aug 2014 02:07:25 +0000
(14:07 +1200)
committer
Severen Redwood
<severen.redwood@gmail.com>
Sat, 30 Aug 2014 02:07:25 +0000
(14:07 +1200)
src/doc/source/guide.md
patch
|
blob
|
history
diff --git
a/src/doc/source/guide.md
b/src/doc/source/guide.md
index ea2ab1306f85289b252da6b6a0dbdbc631d5b919..cced5cfafb6042b9057ebc18904c203f482b4fe7 100644
(file)
--- a/
src/doc/source/guide.md
+++ b/
src/doc/source/guide.md
@@
-292,7
+292,7
@@
re-calculate the dependencies, and update things for us:
```shell
$ cargo update # updates all dependencies
-$ cargo update color # updtes just 'color'
+$ cargo update color # upd
a
tes just 'color'
```
This will write out a new `Cargo.lock` with the new version information.